#include <GeneralFileReader.h>
| ccmc::GeneralFileReader::GeneralFileReader |
( |
| ) |
|
| ccmc::GeneralFileReader::~GeneralFileReader |
( |
| ) |
|
| long ccmc::GeneralFileReader::close |
( |
| ) |
|
| bool ccmc::GeneralFileReader::doesAttributeExist |
( |
const std::string & |
attribute | ) |
|
| bool ccmc::GeneralFileReader::doesVariableExist |
( |
const std::string & |
variable | ) |
|
| const std::string & ccmc::GeneralFileReader::getCurrentFilename |
( |
| ) |
|
| Attribute ccmc::GeneralFileReader::getGlobalAttribute |
( |
long |
i | ) |
|
| Attribute ccmc::GeneralFileReader::getGlobalAttribute |
( |
const std::string & |
attribute | ) |
|
| std::string ccmc::GeneralFileReader::getGlobalAttributeName |
( |
long |
attribute_id | ) |
|
| int ccmc::GeneralFileReader::getNumberOfGlobalAttributes |
( |
| ) |
|
| long ccmc::GeneralFileReader::getNumberOfRecords |
( |
const std::string & |
variable | ) |
|
| long ccmc::GeneralFileReader::getNumberOfRecords |
( |
long |
variable_id | ) |
|
| int ccmc::GeneralFileReader::getNumberOfVariableAttributes |
( |
| ) |
|
| int ccmc::GeneralFileReader::getNumberOfVariables |
( |
| ) |
|
| std::vector< float > * ccmc::GeneralFileReader::getVariable |
( |
const std::string & |
variable | ) |
|
| std::vector< float > * ccmc::GeneralFileReader::getVariable |
( |
long |
variableID | ) |
|
| std::vector< float > * ccmc::GeneralFileReader::getVariable |
( |
const std::string & |
variable, |
|
|
long |
startIndex, |
|
|
long |
count |
|
) |
| |
| std::vector< float > * ccmc::GeneralFileReader::getVariable |
( |
long |
variableID, |
|
|
long |
startIndex, |
|
|
long |
count |
|
) |
| |
| float ccmc::GeneralFileReader::getVariableAtIndex |
( |
const std::string & |
variable, |
|
|
long |
index |
|
) |
| |
| float ccmc::GeneralFileReader::getVariableAtIndex |
( |
long |
variable_id, |
|
|
long |
index |
|
) |
| |
| Attribute ccmc::GeneralFileReader::getVariableAttribute |
( |
const std::string & |
variable, |
|
|
const std::string & |
attribute |
|
) |
| |
| std::string ccmc::GeneralFileReader::getVariableAttributeName |
( |
long |
attribute_id | ) |
|
| std::vector< std::string > ccmc::GeneralFileReader::getVariableAttributeNames |
( |
| ) |
|
| long ccmc::GeneralFileReader::getVariableID |
( |
const std::string & |
variable | ) |
|
| std::vector< int > * ccmc::GeneralFileReader::getVariableInt |
( |
const std::string & |
variable | ) |
|
| int ccmc::GeneralFileReader::getVariableIntAtIndex |
( |
const std::string & |
variable, |
|
|
long |
index |
|
) |
| |
| std::string ccmc::GeneralFileReader::getVariableName |
( |
long |
variable_id | ) |
|
| void ccmc::GeneralFileReader::initializeGlobalAttributes |
( |
| ) |
|
|
protected |
| void ccmc::GeneralFileReader::initializeVariableAttributes |
( |
| ) |
|
|
protected |
| void ccmc::GeneralFileReader::initializeVariableIDs |
( |
| ) |
|
|
protected |
| void ccmc::GeneralFileReader::initializeVariableNames |
( |
| ) |
|
|
protected |
| long ccmc::GeneralFileReader::open |
( |
const std::string & |
filename | ) |
|
| std::string ccmc::GeneralFileReader::current_filename |
|
protected |
| boost::unordered_map<long, Attribute> ccmc::GeneralFileReader::gAttributeByID |
|
protected |
| boost::unordered_map<std::string, Attribute> ccmc::GeneralFileReader::gAttributes |
|
protected |
| boost::unordered_map<std::string, long> ccmc::GeneralFileReader::variableIDs |
|
protected |
| boost::unordered_map<long, std::string> ccmc::GeneralFileReader::variableNames |
|
protected |
| boost::unordered_map<std::string, boost::unordered_map<std::string, Attribute> > ccmc::GeneralFileReader::vAttributes |
|
protected |
The documentation for this class was generated from the following files:
- /Users/apembrok/Documents/workspaces/workspace.bak2/workspace.backup/kameleon-plus/src/ccmc/GeneralFileReader.h
- /Users/apembrok/Documents/workspaces/workspace.bak2/workspace.backup/kameleon-plus/src/ccmc/GeneralFileReader.cpp